Welcome![Sign In][Sign Up]
Location:
Search - RLS in matlab

Search list

[matlabcomp_lr

Description: LMS和RLS自适应算法性能比较-The comparation of LMS and RLS in adapinve signal processing
Platform: | Size: 1024 | Author: 熊模昌 | Hits:

[matlabRLS程序

Description: 运行结果良好的三个RLS算法,供大家参考使用-good operating results in three RLS algorithm, for reference use
Platform: | Size: 2048 | Author: 叶君 | Hits:

[Algorithm3order_RLS1

Description: 最小二乘递推算法RLS,利用递推最小二乘法计算Volterra级数的核-recursive least squares algorithm RLS using recursive least squares method Volterra series of nuclear
Platform: | Size: 2048 | Author: 辛号 | Hits:

[matlablms64qam

Description: 在matlab中,采用RLS算法的自适用滤波器对信号进行均衡处理的源码。-in Matlab, using RLS algorithm applies the filter right from the signal of a balanced source.
Platform: | Size: 2048 | Author: dongzj | Hits:

[matlabDSP-Matlab_Programs

Description: 数字信号处理(机械工业出版社)的源码,7章介绍IIR滤波器设计和matlab源码,8章介绍FIR滤波器设计和matlab源码,9章介绍自适应(LMS,NLMS,RLS,LMS的快速算法)滤波器设计和matlab源码,希望帮助有需要的朋友-digital signal processing (Machinery Industry Press), the source, Chapter 7 IIR filter design and Matlab source, Chapter 8 FIR filter design and Matlab source, adaptive Chapter 9 (LMS, NLMS, RLS, the fast algorithm LMS) filter design and Matlab source, in order to help a friend in need
Platform: | Size: 760832 | Author: py528977 | Hits:

[matlabRLS-auto-adapter-fiter

Description: 考虑一个线性自适应均衡器的原理方框图如《现代数字信号处理导论》p.275自适应均衡器应用示意图。用LMS算法实现这个自适应均衡器,画出一次实验的误差平方的收敛曲线,给出最后设计滤波器系数。一次实验的训练序列长度为500。进行20次独立实验,画出误差平方的收敛曲线。给出3个步长值的比较。-consider a linear adaptive equalizer block diagram as the principle of "modern digital signal processing" Introduction to the p.275 adaptive equalizer application schema. LMS algorithm with the adaptive equalizer, painted a square experimental error of convergence curve, given final design filter coefficients. Experimental a length of the training sequence to 500. Conduct 20 separate experiments, painted square error of the convergence curve. Given three step-value comparisons.
Platform: | Size: 4096 | Author: lidong | Hits:

[MiddleWareRLS-MATLAB

Description: Rls递推二乘最小算法的MAtlab 仿真。-Rls recursive least square algorithm MAtlab simulation.
Platform: | Size: 1024 | Author: 王州强 | Hits:

[Speech/Voice recognition/combineLMSandRLS

Description: 用于数字信号处理中的LMS和RLS自适应滤波器实现的算法源码-for digital signal processing LMS and RLS Adaptive Filter algorithm source code
Platform: | Size: 4096 | Author: ouxianfeng | Hits:

[matlabfilter

Description: 这里的7个源代码都是关于自适应噪声滤除技术的,其中包括小波分析,LMS,RLS,NLMS自适应滤波器,前向神经网络,BP神经网络自适应除噪-here seven of the source code are adaptive noise filtering technologies, including wavelet analysis, LMS, RLS, NLMS adaptive filter, to the neural network, BP neural network adaptive noise
Platform: | Size: 3072 | Author: 彭平 | Hits:

[matlabRLS

Description: 递归式最小均方(RLS)算法的基本思想是力图使在每个时刻对所有已输入信号而言重估的平方误差的加权和最小,这使得RLS算法对非平稳信号的适应性要好。与LMS算法相比,RLS算法采用时间平均,因此,所得出的最优滤波器依赖于用于计算平均值的样本数,而LMS(NLMS)算法是基于集平均而设计的,因此稳定环境下LMS(NLMS)算法在不同计算条件下的结果是一致的-Recursive least-mean-square (RLS) algorithm for the basic idea is to try to make in every moment of all the input signal in terms of re-evaluation of the weighted squared error and the smallest, which allows non-stationary RLS algorithm for adaptive signal better. Compared with the LMS algorithm, RLS algorithm uses the average time, therefore, the resulting optimal filter depends on the used to calculate the average number of samples, and the LMS (NLMS) algorithm is designed based on set average, and therefore a stable environment LMS (NLMS) algorithm in different conditions, the results of the calculation is consistent
Platform: | Size: 3072 | Author: 闫丰 | Hits:

[matlabRecursiveLeastSquares

Description: 此源码程序是自适应滤波中的RLS算法的应用。在MATLAB中对其收敛速度 输出就行了仿真-This procedure is source of RLS adaptive filtering algorithm applications. In MATLAB in the convergence rate of its output on the line simulation
Platform: | Size: 3072 | Author: wzk | Hits:

[Speech/Voice recognition/combineeqber_adaptive

Description: This script runs a simulation loop for either a linear or a DFE equalizer. It uses the RLS algorithm to initially set the weights, then uses LMS thereafter to minimize execution time. It plots the equalized signal spectrum, then generates and plots BER results over a range of Eb/No values. It also fits a curve to the simulated BER points, and plots the burst error performance of the linear and DFE equalizers. The adaptive equalizer objects automatically retain their state between invocations of their "equalize" method.
Platform: | Size: 2048 | Author: 熊牧野 | Hits:

[matlabRLS

Description: MATLAB 实现RLS算法,已在MATLAB中运行过-MATLAB realization of RLS algorithm, has been running in the MATLAB
Platform: | Size: 1024 | Author: wjm | Hits:

[OtherRLS-MSEsim_MsePred

Description: calculating MSE simulation and MSE Prediction
Platform: | Size: 902144 | Author: ipuel04 | Hits:

[matlabrls

Description: RLS 算法功能的基本实现,有兴趣者会受益匪浅的-RLS algorithm to achieve the basic function, will benefit those interested in the
Platform: | Size: 1024 | Author: cwq | Hits:

[matlabequalization

Description: 实现数字音频信号的幅频均衡,采用了lms算法和rls算法,有MATLAB的simulink模型,和m文件,还有部分c程序,已经本人完全测试过。-Digital audio signal of the amplitude-frequency equalization, using lms algorithm and rls algorithms, there are MATLAB-simulink model, and the m file, as well as part of the c program, I have been completely tested.
Platform: | Size: 1144832 | Author: xiaohuo | Hits:

[CommunicationRLS

Description: RLS算法在MATLAB上仿真实现的程序,用于通信信道估计。-RLS algorithm is implemented in MATLAB on a simulation program for the communication channel estimation
Platform: | Size: 1024 | Author: madier | Hits:

[matlabrls

Description: matlab 的RLS代码,用于可适应滤波器的回声消除功能-matlab for RLS code can be adapted to filter for echo cancellation functionality
Platform: | Size: 12288 | Author: lulu | Hits:

[assembly languageRLS

Description: 通过均衡器的RLS算法在MATLAB中实现消除传输信道的噪声干扰。-Through the equalizer in the RLS algorithm in MATLAB to achieve elimination of the transmission channel noise.
Platform: | Size: 3072 | Author: 毛毛 | Hits:

[OtherRLS

Description: RLS自适应均衡算法实 例例RLS自适应均衡算法实例-RLS algorithm for adaptive equalization algorithm for real examples of cases of RLS RLS adaptive equalization algorithm in adaptive equalization
Platform: | Size: 4096 | Author: 李环宇 | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net